Path: blob/master/Part 2 - Regression/Random Forest Regression/[R] Random Forest Regression.ipynb
1009 views
Kernel: R
Random Forest Regression
Data Processing
In [2]:
Fitting the Random Forest Regression Model to the dataset
In [52]:
Visualising the Random Forest Regression Model results (for higher resolution and smoother curve)
In [53]:
Out[53]:
MIME type unknown not supported
Predicting a new result
In [54]:
Out[54]:
Here the predicted value is almost equal to 160K which is the Salary value prposed by the employee. Also the model seems to be much better then the Polynomial Regression Model.